proxygen
testing::internal::UniversalTersePrinter< T[N]> Class Template Reference

#include <gtest-printers.h>

Static Public Member Functions

static void Print (const T(&value)[N],::std::ostream *os)
 
static void Print (const T(&value)[N],::std::ostream *os)
 
static void Print (const T(&value)[N],::std::ostream *os)
 

Detailed Description

template<typename T, size_t N>
class testing::internal::UniversalTersePrinter< T[N]>

Definition at line 795 of file gtest-printers.h.

Member Function Documentation

template<typename T , size_t N>
static void testing::internal::UniversalTersePrinter< T[N]>::Print ( const T(&)  value[N],
::std::ostream *  os 
)
inlinestatic

Definition at line 797 of file gtest-printers.h.

References testing::gtest_printers_test::Print(), and value.

797  {
799  }
static const char *const value
Definition: Conv.cpp:50
static void Print(const T &value,::std::ostream *os)
template<typename T , size_t N>
static void testing::internal::UniversalTersePrinter< T[N]>::Print ( const T(&)  value[N],
::std::ostream *  os 
)
inlinestatic

Definition at line 797 of file gtest-printers.h.

References testing::gtest_printers_test::Print().

797  {
799  }
static const char *const value
Definition: Conv.cpp:50
static void Print(const T &value,::std::ostream *os)
template<typename T , size_t N>
static void testing::internal::UniversalTersePrinter< T[N]>::Print ( const T(&)  value[N],
::std::ostream *  os 
)
inlinestatic

Definition at line 797 of file gtest-printers.h.

References testing::gtest_printers_test::Print().

797  {
799  }
static const char *const value
Definition: Conv.cpp:50
static void Print(const T &value,::std::ostream *os)

The documentation for this class was generated from the following file: